let the close button reflect the page_complete status of SUMMARY pages
authorSven Herzberg <herzi@gnome-de.org>
Thu, 10 Dec 2009 16:34:29 +0000 (17:34 +0100)
committerSven Herzberg <herzi@gnome-de.org>
Thu, 10 Dec 2009 21:06:30 +0000 (22:06 +0100)
commit70440523e3d92fd6e1a228c176e4e700012b4ba0
tree54bc913f7dfa2d70d17ad7d4901cb81b3ecf735c
parent6879032113bf72aa28272fc198339b0d6c62388e
let the close button reflect the page_complete status of SUMMARY pages

Fixes: https://bugzilla.gnome.org/show_bug.cgi?id=604289
In order to respect this properly, we have to restore the original
behavior by watching a flag to check if the user has already set this.

* gtk/gtkassistant.c: fix the bug by introducing a flag to check for
  non-automatic value setting
* tests/testassistant.c: updated the "generous assistant" to permit
  quick manual testing of this feature
gtk/gtkassistant.c
gtk/tests/treeview.c
tests/testassistant.c